Fully Qualified Name: | Laminas\Db\Adapter\Driver\StatementInterface |
Extends: | StatementContainerInterface |
Name | Description | Defined By |
---|---|---|
execute() | Execute | StatementInterface |
getParameterContainer() | Get parameter container | StatementContainerInterface |
getResource() | Get resource | StatementInterface |
getSql() | Get sql | StatementContainerInterface |
isPrepared() | Check if is prepared | StatementInterface |
prepare() | Prepare sql | StatementInterface |
setParameterContainer() | Set parameter container | StatementContainerInterface |
setSql() | Set sql | StatementContainerInterface |
Execute
Parameter Name | Type | Description |
---|---|---|
$parameters | null|array|\ParameterContainer |
Returns: \ResultInterface
Get parameter container
Returns: mixed
Get resource
Returns: resource
Get sql
Returns: mixed
Check if is prepared
Returns: bool
Prepare sql
Parameter Name | Type | Description |
---|---|---|
$sql | string |
Returns:
Set parameter container
Parameter Name | Type | Description |
---|---|---|
$parameterContainer | \ParameterContainer |
Returns: mixed
Set sql
Parameter Name | Type | Description |
---|---|---|
$sql | ||
$sql |
Returns: mixed